projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d0fc0b
)
(info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Feb 2007 11:12:42 +0000
(11:12 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Feb 2007 11:12:42 +0000
(11:12 +0000)
to speed up lookup of index nodes.
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index d7001cc0272d4b56fa632344e8a595994a0e20f4..828fd3e61189a63e734b1b4e9683e5d1a0bcf2f0 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-441,6
+441,7
@@
If optional argument QUERY is non-nil, query for the help mode."
(let ((doc-spec (info-lookup->doc-spec topic mode))
(regexp (concat "^\\(" (info-lookup->regexp topic mode)
"\\)\\([ \t].*\\)?$"))
+ Info-fontify-maximum-menu-size
node trans entry item prefix result doc-found
(buffer (get-buffer-create " temp-info-look")))
(with-current-buffer buffer